home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy / Literacy Segments Part 1 / Literacy Segments Part 1 / background_22873.txt < prev    next >
Text File  |  1989-08-22  |  4KB  |  201 lines

  1. -- background: 22873 from stack: in
  2. -- bmap block id: 23377
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 1.1.1 Title
  6.  
  7.  
  8. -- part 3 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=18 top=1 right=38 bottom=442
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 156
  16. -- text size: 24
  17. -- style flags: 10240
  18. -- line height: 32
  19. -- part name: Title
  20.  
  21.  
  22. -- part 12 (field)
  23. -- low flags: 81
  24. -- high flags: 0000
  25. -- rect: left=139 top=94 right=320 bottom=450
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 156
  30. -- text size: 16
  31. -- style flags: 0
  32. -- line height: 17
  33. -- part name: Prerequisites
  34.  
  35.  
  36. -- part 13 (field)
  37. -- low flags: 81
  38. -- high flags: 0000
  39. -- rect: left=139 top=94 right=320 bottom=450
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 156
  44. -- text size: 16
  45. -- style flags: 0
  46. -- line height: 17
  47. -- part name: Summary
  48.  
  49.  
  50. -- part 15 (field)
  51. -- low flags: 81
  52. -- high flags: 0001
  53. -- rect: left=423 top=0 right=13 bottom=466
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 65535
  57. -- font id: 4
  58. -- text size: 9
  59. -- style flags: 0
  60. -- line height: 12
  61. -- part name: CardTitle
  62.  
  63.  
  64. -- part 25 (button)
  65. -- low flags: 00
  66. -- high flags: 2000
  67. -- rect: left=478 top=319 right=341 bottom=498
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 1238 / 1238
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: Prev
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   lock screen
  79.   go prev
  80.   unlock screen with scroll right
  81. end mouseUp
  82.  
  83.  
  84. -- part 26 (button)
  85. -- low flags: 00
  86. -- high flags: 2000
  87. -- rect: left=493 top=319 right=341 bottom=512
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 1237 / 1237
  90. -- text alignment: 1
  91. -- font id: 0
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: Next
  96. ----- HyperTalk script -----
  97. on mouseUp
  98.   lock screen
  99.   go next
  100.   unlock screen with scroll left
  101. end mouseUp
  102.  
  103.  
  104. -- part 27 (button)
  105. -- low flags: 00
  106. -- high flags: 2000
  107. -- rect: left=482 top=294 right=320 bottom=509
  108. -- title width / last selected line: 0
  109. -- icon id / first selected line: 1236 / 1236
  110. -- text alignment: 1
  111. -- font id: 0
  112. -- text size: 12
  113. -- style flags: 0
  114. -- line height: 16
  115. -- part name: Last Menu
  116. ----- HyperTalk script -----
  117. on mouseUp
  118.   Lesson
  119. end mouseUp
  120.  
  121.  
  122.  
  123. -- part 28 (button)
  124. -- low flags: 00
  125. -- high flags: 2000
  126. -- rect: left=482 top=176 right=205 bottom=511
  127. -- title width / last selected line: 0
  128. -- icon id / first selected line: 162 / 162
  129. -- text alignment: 1
  130. -- font id: 0
  131. -- text size: 12
  132. -- style flags: 0
  133. -- line height: 16
  134. -- part name: Help
  135. ----- HyperTalk script -----
  136. on mouseUp
  137.   Help
  138. end mouseUp
  139.  
  140.  
  141.  
  142. -- part 29 (button)
  143. -- low flags: 00
  144. -- high flags: 2000
  145. -- rect: left=480 top=143 right=172 bottom=511
  146. -- title width / last selected line: 0
  147. -- icon id / first selected line: 1310 / 1310
  148. -- text alignment: 1
  149. -- font id: 0
  150. -- text size: 12
  151. -- style flags: 0
  152. -- line height: 16
  153. -- part name: Student Services
  154. ----- HyperTalk script -----
  155. on mousedown
  156.   SSpopUp
  157. end mousedown
  158.  
  159. on mouseup
  160.   if the mouseloc is not within the rect of me then exit to hyperCard
  161.   doSS
  162. end mouseup
  163.  
  164.  
  165.  
  166. -- part 30 (button)
  167. -- low flags: 00
  168. -- high flags: 0000
  169. -- rect: left=443 top=5 right=72 bottom=512
  170. -- title width / last selected line: 0
  171. -- icon id / first selected line: 0 / 0
  172. -- text alignment: 1
  173. -- font id: 0
  174. -- text size: 12
  175. -- style flags: 0
  176. -- line height: 16
  177. -- part name: Instant Reference
  178. ----- HyperTalk script -----
  179. on mouseUp
  180.   instantReference "1.1.1"
  181. end mouseUp
  182.  
  183.  
  184. -- part 32 (button)
  185. -- low flags: 00
  186. -- high flags: 2000
  187. -- rect: left=482 top=208 right=234 bottom=509
  188. -- title width / last selected line: 0
  189. -- icon id / first selected line: 1234 / 1234
  190. -- text alignment: 1
  191. -- font id: 0
  192. -- text size: 12
  193. -- style flags: 0
  194. -- line height: 16
  195. -- part name: Lesson
  196. ----- HyperTalk script -----
  197. on mouseUp
  198.   Lesson "1.1.1"
  199. end mouseUp
  200.  
  201.